home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Microsoft Visual Basic 5
/
Mastering Microsoft Visual Basic 5.ISO
/
media
/
ch03
/
v03d015.cc
< prev
Wrap
Text File
|
1997-01-24
|
511b
|
7 lines
0, In Lab 3, you'll explore some things you've learned about using data access objects.
10, You'll use DAO to create and navigate through a recordset.
15, You'll add functionality to allow the user to edit and change records in the recordset.
22, You'll add the ability to help the user find specific records in your recordset.
30, You'll also use a stored query to return records to your forms.
37, And, optionally, you'll use a parameter query to return specific records to your application.
47, END